home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / network / ethernet / readme < prev    next >
Text File  |  1994-07-26  |  5KB  |  121 lines

  1. HOW TO INSTALL THE TUW-TCP/IP PACKAGE  8. April 1992,
  2.                                        updated January 12th, 1993 by pm.
  3.  
  4. ---
  5.  
  6. Please note:
  7.  
  8. This package was intended to overcome the drawbacks of existing
  9. network packages for the ATARI: high price, low performance and
  10. missing compatibility between the software of different companies.
  11. Therefore we have introduced a packet driver interface similar to that
  12. used on IBM-PCs and developed a TCP/IP software compatible with the
  13. ATARI networking interface routines as well as some
  14. application programs to connect to our SUN workstations.
  15. This was done mainly to utilize our existing STs and TTs in our
  16. network and was never thougt of becoming available to the public.
  17. Hans Wieser who first started the project has left our group.
  18. I apologize for the bad support, nevertheless I hope you
  19. will find it useful.
  20.  
  21. pm.
  22. ---
  23.  
  24. Copy the following programs into the AUTO folder of your bootdisk:
  25.  
  26. 1.) INETCUST.PRG (customization to your environment)
  27. 2.) PKTDRV.PRG   (one of lancest.prg, lancett.prg, dlinkdrv.prg or
  28.                   your own packet driver)
  29. 3.) TUWTCP.PRG   (TCP/IP)
  30.  
  31. These programs must be executed in the given order at boot-time.
  32.  
  33. PKTDRV.PRG and TUWTCP.PRG depend on the custom structure, which is loaded
  34. resident by INETCUST.PRG .
  35. INETCUST.PRG reads the file INETCUST.INF, which you should update for
  36. your site-customisation requirements. If you execute INETCUST.PRG and
  37. the custom-structure is already resident, the resident structure is updated.
  38. INETCUST.PRG searches INETCUST.INF in the root directory of the current
  39. drive.( This is the boot drive when executed from the AUTO folder. )
  40.  
  41. Provide all internet addresses and hostnames you want connect to in a
  42. file and enter the full pathname to this file at the HOSTS keyword in 
  43. INETCUST.INF .
  44. The format of this file is:
  45.  
  46. # This is a comment
  47. # internet addr  firstname of host    second name of host  ....  
  48. ddd.ddd.ddd.ddd  hostname            nickname_of_host
  49.  
  50. Use only one line per host.
  51. The announced nameserver support will come soon.
  52.  
  53. If you want to run FTPSERV.PRG or TNFTP.PRG as an accessory, simply rename it
  54. to *.ACC and copy it to the root-directory of your bootdisk. 
  55.  
  56. TNFTP - TELNET and FTP client
  57. -----------------------------
  58. TNFTP.ACC needs all fontfiles (7 files) and the TN.RSC file in the root 
  59. directory of your bootdrive.
  60.  
  61. To become familiar with all shortcut-keys provided by TNFTP.PRG (TNFTP.ACC),
  62. run it as the normal .PRG and look at the menu. Any shortcuts are active,
  63. if a TNFTP-window is the active one. If you have a TNFTP.ACC-window open and
  64. you start another program, the TNFTP-window will be closed due to system 
  65. requirements; simply click on the desk-menu entry of the TNFTP accessory and
  66. all TNFTP-windows will reopen, the connection to the host will remain
  67. established. 
  68. Closing a window by clicking the close-box at the upper left corner of 
  69. the window will close the connection too. You can run TNFTP.PRG (TNFTP.ACC) 
  70. and FTPSERV.ACC concurrently to be able to ftp back to your ATARI.
  71. The environment variable FTPWIN specifies the FTP window and FTPTMP a
  72. filename for temporary data.
  73.  
  74. FTPSERV - simple FTP server
  75. ---------------------------
  76. FTPSERV.PRG and FTPSERV.ACC cannot run concurrently since only one server
  77. can listen on the FTP-port. Only one FTP client can be serviced at the same
  78. time. To stop FTPSERV.PRG simply close the info-window.
  79.  
  80. NETSTAT - status info about active connections
  81. ----------------------------------------------
  82. NETSTAT.TOS gives you info about currently active TCP connections,
  83. UDP connections are not shown, this will be be done sometimes in the future.
  84.  
  85. SETCLOCK - get time from time server
  86. ------------------------------------
  87. SETCLOCK.PRG sets the local clock after retrieving the actual time from
  88. the first timeserver specified in INETCUST.INF. Time SETCLOCK.PRG is
  89. linked with the german version of PURE-C libraries, so the reported 
  90. timezone name may be incorrect. Daylight savings time should be honoured
  91. be changing the TZOFFS entry in INETCUST.INF accordingly.
  92. ( The 'TZ' keyword is NOT currently used by this program )
  93.  
  94. LPR - line printer access
  95. -------------------------
  96. LPR.TTP allows for printing of files on a remote printer.
  97. Options are: -Sprinthost -Pprinter file.
  98. Defaults can be specified in the environment variables for the
  99. printer in PRINTER, the username in USER and the print host
  100. in PRINTHOST.
  101.  
  102. SPOOLD - routes files with extension .PCO to remote printer
  103. -----------------------------------------------------------
  104. SPOOLD.ACC automatically prints a file with extension .PCO on the
  105. remote printer as soon as it gets closed after it was opened, then
  106. the file is deleted!.
  107. Defaults can be specified in the environment variables for the
  108. printer in PRINTER, the username in USER and the print host
  109. in PRINTHOST.
  110.  
  111. Since this package in part needs the multitasking capabilities of the AES,
  112. any .TOS or .TTP program not using the GEMDOS calls of the package will
  113. suspend the network services. 8-(
  114.  
  115.  
  116. For any suggestions, enhancements and bugreports send a mail to
  117.  
  118.   Peter Mayer  , pm@fortec.tuwien.ac.at
  119.  
  120.  
  121.